@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 500px;
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 14px;
	color:#555;
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
div a {outline: none;}
/* 统一调整字间距以及过渡效果 */
div,a,span,p,ul,li{/*transition: all 0.6s;*/padding:0;margin:0;/*scroll-behavior:smooth;*/}
.main1200{width:100%;max-width:1200px;margin:0 auto;}
.main1200:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.main1440{width:100%;max-width:1440px;margin:0 auto;}
.main1440:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
/* top start! */
.top{width:100%;margin:0 auto;background-color:#797979;color:#fff;font-size: 15px;position:relative;}
.top_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.top_l{width:70%;float:left;padding:15px 0;}
.top_r{width:25%;float:right;padding:10px 0;text-align:right;}
.q_search .q_search_form{border:1px solid #fff;}
.q_search .q_search_form .input{border:0;box-shadow:0 0 0 #fff;border-radius:0;background:none;color:#fff;padding:0 15px;line-height:28px;height:30px;}
.q_search .q_search_form .button{border:0;box-shadow:0 0 0 #fff;border-radius:0;background:none;color:#fff;padding:0 15px;line-height:28px;height:30px;}
.q_search .q_search_form .button:hover{background:none;}

.q_search .q_search_form input.input::-webkit-input-placeholder{color: #fff;opacity:.8;}
.q_search .q_search_form input.input::-moz-placeholder{color: #fff;opacity:.8;}
.q_search .q_search_form input.input::-ms-input-placeholder{color: #fff;opacity:.8;}

/* top end! */
/* q_header start! */
.q_header{width:100%;margin:0 auto;padding:0;position:relative;background-color: #fff;}
.q_header.q_header_fixed{position: fixed;top:0;left:0;z-index: 9999;box-shadow: 0 0 5px #ccc;}
.q_logo{width:350px;height:100px;float:left;padding:20px 0 0;}
.q_logo h1 a{outline: none;display: block;width:100%;}
/* q_tel */
.q_tel{width:380px;height:100px;float:right;padding:10px 0 0;}
.q_language{width:100%;padding:0 0 0 50px;}
.q_language>a{position: relative;display: inline-block;outline: none;font-size: 17px;font-weight: bold;color:#db221f;line-height: 25px;margin:0 30px 0 0;}
.q_language>a:nth-of-type(1):after{content:'';width:2px;height:16px;background-color: #6c6c6c;position: absolute;top:6px;left:calc(100% + 15px);}
.q_tel_txt{width:100%;margin:0 auto;padding:0;}
.q_tel_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_tel_icon{width:40px;float:left;}
.q_tel_p{width:calc(100% - 45px);height:32px;float: right;line-height: 32px;font-size: 23px;color:#0f0f0f;font-family: "Arial";}
/* q_nav */
.q_nav{width:calc(100% - 750px);float:left;height:100px;}
.q_nav>ul>li{float:left;margin:0 0 0 45px;position: relative;}
.q_nav>ul>li>a{outline: none;display: block;width:100%;height:100px;line-height: 100px;font-size: 17px;color:#333;padding:0;position: relative;}
.q_nav>ul>li>a:hover,.q_nav>ul>li>a.on{color:#114ca7;}
.q_nav>ul>li>a:after{position: absolute;left: 50%;transform: translateX(-50%);bottom:20px;content: "";width: 0;height: 3px;
		-webkit-transition: all 0.5s ease-in-out;
		   -moz-transition: all 0.5s ease-in-out;
		    -ms-transition: all 0.5s ease-in-out;
		     -o-transition: all 0.5s ease-in-out;
		        transition: all 0.5s ease-in-out;}
.q_nav>ul>li>a:hover:after,.q_nav>ul>li>a.on:after{width: 100%;background-color: #114ca7;}
/* q_nav_son */
.q_nav_son{position:absolute;width:240%;margin-left:-70%;top:calc(100% - 1px);left:0;z-index:99999;text-align:center;background-color:rgba(255,255,255,1);padding:0 4px;
	display:none;transition:all 0s;box-shadow:0 0 2px #fff;
}
.q_nav_son:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_nav_son li{width:100%;margin:0 auto 2px; padding:0 5px;line-height:40px;font-size:13px;transition:all 0s;background-color: #f8f8f8;}
.q_nav_son li>a{outline:none;display:block;width:100%;color:#555;transition:all 0s;}
.q_nav_son li:hover{background-color:#2481ce;}
.q_nav_son li:hover a{color:#fff;}

.q_nav li:nth-of-type(4) .q_nav_son{width:400%;margin-left:-150%;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li{width:49.5%;float:left; margin:0 1% 2px 0;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2n){margin:0 0 2px 0;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(1){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(2){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(3){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(4){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(5){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(6){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(7){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(8){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(9){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(10){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(11){display: none;}
.q_nav li:nth-of-type(4) .q_nav_son>.q_nav_son_li:nth-of-type(2) li:nth-of-type(12){display: none;}
/* q_header end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;padding:80px 0;}
.q_section_title{width:100%;margin:0 auto;padding:0;text-align: center;}
.q_section_title_cn{width:100%;margin:0 auto;padding:0;}
.q_section_title_cn span{display: inline-block;font-size: 35px;color:#373737;height:45px;line-height: 45px;font-weight: bold;position: relative;}
.q_section_title_cn span:before{content: "";width:30px;height:3px;background-color: #e60012;position: absolute;top:35px;left:-45px;}
.q_section_title_cn span:after{content: "";width:30px;height:3px;background-color: #e60012;position: absolute;top:35px;left:calc(100% + 15px);}
.q_section_title_en{width:100%;margin:0 auto;padding:0;font-size: 12px;color:#555;line-height: 20px;height:20px;text-transform: uppercase;font-family: Arial;letter-spacing: 1px;}
.q_section_main{width:100%;margin:60px auto 0;padding:0;}
.q_section_more{width:100%;margin:50px auto 0;padding:0;text-align: center;}
.q_section_more a{outline: none;display: inline-block;line-height: 40px;height:40px;color:#666;border:1px solid #bbb;background-color: #fff;font-size: 15px;text-transform: uppercase;padding:0 120px;}
.q_section_more a:hover{color:#fff;border:1px solid #114ca7;background-color: #114ca7;}

/* q_section end! */

/* q_product start! */
.q_product_list{width:100%;margin:0 auto;padding:0;}
.q_product_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_product_item{width:19%;float:left;margin:0 1.25% 20px 0;}
.q_product_item:nth-of-type(5n){margin:0 0 20px 0;}
.q_product_item_img{width:100%;margin:0 auto;padding:0;border:1px solid #ddd;overflow: hidden;}
.q_product_item_img a{outline: none;display: block; width:100%;margin:0 auto;padding:80% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_product_item_txt{width:100%;margin:15px auto 0;padding:0 5px;}
.q_product_item_txt a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 17px;color:#373737;line-height: 30px;height:30px;text-align: center;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.q_product_item_img:hover a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_product_item:hover .q_product_item_txt a{color: #114ca7}
/* q_product end! */
/* q_buy start! */
.q_buy{width:100%;margin:50px auto 0;padding:0;}
.q_buy:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_buy_more{width:250px;height:40px;float:right;}
.q_buy_more a{outline: none;display: block; width:100%;line-height: 40px;height:40px;color:#666;border:1px solid #ccc;font-size: 15px;text-transform: uppercase;text-align: center;padding:0 10px;}
.q_buy_more a:hover{color:#fff;border:1px solid #114ca7;background-color: #114ca7;}
.q_buy_list{width:calc(100% - 300px);height:46px;float:left;}
.q_buy_list>li{float:left;border:1px solid #ccc;border-left:0;height:46px;}
.q_buy_list>li:nth-of-type(1){border-left:1px solid #ccc;}
.q_buy_list>li>a{outline: none;display: block;width:100%;padding:0 5px;color:#020202;font-size: 13px;}
.q_buy_list>li>a img{height:44px;}
.q_buy_list>li:nth-of-type(1)>a{background-color: #eee;padding:6px 40px;}
.q_buy_list>li:nth-of-type(1)>a span{text-align: center;line-height: 16px;height:16px;display: block;width:100%;}

/* q_buy end! */
/* q_brand start! */
.q_brand{background-color: #f9f9f9;}
.q_brand_main{width:100%;margin:50px auto 0;padding:0;}
.q_brand_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_brand_item{width:19%;float:left;margin:0 1.25% 20px 0;overflow: hidden;position: relative;border:1px solid #ccc;}
.q_brand_item:nth-of-type(5n){margin:0 0 20px 0;}
.q_brand_item a{outline: none;display: block;width:100%;padding:50% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_brand_item:hover a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_brand_item_txt{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_brand_item_txt_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.q_brand_item_txt_in span{display: block;width:100%;padding:10px 8px;opacity: 0;font-size: 16px;text-transform: uppercase;}
.q_brand_item:hover .q_brand_item_txt{background-color: rgba(17,76,167,.8);}
.q_brand_item:hover .q_brand_item_txt span{color:#fff;opacity: 1;}

/* q_brand end! */

/* q_strength start! */
.q_strength{background:url('../images/q_about_bg.jpg') no-repeat top center;padding:60px 0;}
.q_strength .q_section_title_cn span{color:#fff;}
.q_strength .q_section_title_en {color:#ddd;}
.q_strength_main{width:100%;margin:25px auto 0;padding:0;}
.q_strength_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_strength_item{width:24.4%;float:left;margin:0 0.8% 0 0;border:1px solid #bbb;}
.q_strength_item:nth-of-type(4n){margin:0 0 0 0;}
.q_strength_item_img{width:100%;margin:0 auto;overflow: hidden;}
.q_strength_item_img a{outline: none;display: block;width:100%;padding:90% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_strength_item_txt{width:100%;margin:0 auto;padding:20px;}
.q_strength_item_h{width:100%;margin:0 auto;padding:0;}
.q_strength_item_h a{outline: none;display: block;width:100%;margin:0 auto;padding:0;text-align: center;font-size: 18px;color:#fff;height:30px;line-height: 30px;font-weight: bold;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.q_strength_item_txt ul{margin:10px auto 0;padding:0 0 0 50px;}
.q_strength_item_txt ul li{width:100%;list-style: disc;color:#ddd;font-size: 15px;line-height: 30px;}
.q_strength_item:hover .q_strength_item_img a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_strength_item:hover .q_strength_item_txt{background-color: #fff;}
.q_strength_item:hover .q_strength_item_txt .q_strength_item_h a{color:#222;}
.q_strength_item:hover .q_strength_item_txt ul li{color:#666;}
/* q_strength end! */

/* q_field start! */
.q_field{background:url('../images/q_field_bg.jpg') no-repeat top center;}
.q_field .q_section_title_cn span{color:#fff;}
.q_field .q_section_title_cn span:before{background-color: #fff;}
.q_field .q_section_title_cn span:after{background-color: #fff;}
.q_field .q_section_title_en{color:#fff;}
.q_field_main{width:100%;margin:50px auto 0;padding:0 5% 20px;position: relative;}
.q_field .swiper_field .swiper-slide{position: relative;overflow: hidden;}
.q_field .swiper_field .swiper-slide a{outline: none;display: block;width:100%;padding:170% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_field .swiper_field_m .swiper-slide{position: relative;overflow: hidden;}
.q_field .swiper_field_m .swiper-slide a{outline: none;display: block;width:100%;padding:170% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.swiper_field_mask{width:100%;position: absolute;left:0;bottom:0;background-color: rgba(0,0,0,.6);padding:10px 0;}
.swiper_field_mask_in{width:100%;padding:0 10px;text-align: center;font-size: 17px;color:#fff;line-height: 30px;}
.q_field .swiper_field .swiper-slide:hover a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_field .swiper_field_m .swiper-slide:hover a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
/* q_field end! */

/* q_partner start! */
.q_partner{background-color: #f9f9f9;}
.q_partner_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_partner_item{width:19%;float:left;margin:0 1.25% 20px 0;overflow: hidden;position: relative;border:1px solid #ccc;}
.q_partner_item:nth-of-type(5n){margin:0 0 20px 0;}
.q_partner_item a{outline: none;display: block;width:100%;padding:50% 0 0;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_partner_item:hover a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_partner_item_txt{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_partner_item_txt_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}
.q_partner_item_txt_in span{display: block;width:100%;padding:10px 8px;opacity: 0;font-size: 16px;text-transform: uppercase;}
.q_partner_item:hover .q_partner_item_txt{background-color: rgba(17,76,167,.8);}
.q_partner_item:hover .q_partner_item_txt span{color:#fff;opacity: 1;}

/* q_partner end! */

/* q_about start! */
/*.q_about{background:url('../images/q_about_bg.jpg') no-repeat top center;padding:100px 0;}*/
.q_about{background:#fafafa;padding:80px 0;}
.q_about_main{width:100%;margin:0 auto;padding:0;}
.q_about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_about_img{width:50%;float:left;text-align: center;padding:30px 0 0;}
.q_about_txt{width:calc(50% - 30px);float:right;color:#000;}
.q_about_txt_h{width:100%;margin:0 auto;font-size: 35px;line-height: 45px;font-weight: bold;text-align: center;}
.q_about_txt_h span{display: block;font-size: 16px;line-height: 25px;font-weight: normal;text-transform: uppercase;}
.q_about_txt_title{font-size: 28px;line-height: 40px;display: block;text-align: center;color: #000;margin-top: 15px;overflow: hidden;}
.q_about_txt_title span{font-size: 14px;display: block;text-align: center;line-height: 25px;overflow: hidden;}
/*.q_about_txt_line{width:100%;margin:20px auto;height:1px;background-color: #ccc;}*/
.q_about_txt_p{color: #000;margin-top: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 13;overflow: hidden;}
.q_about_txt_p p{width:100%;margin:10px auto;padding:0;text-align: justify;font-size: 17px;line-height: 30px;}
.q_about_txt_more{width:100%;margin:30px auto 0;padding:0;display: none;}
.q_about_txt_more a{outline: none;display: inline-block;padding:10px 40px;color:#fff;background-color: #ff7800;font-size: 15px;line-height: 20px;border-radius: 4px;}
.q_about_txt_more a span{margin-left: 10px;}
.q_about_txt_more a:hover{background-color: #ef7000;}
/* q_about end! */

/* q_news start! */
.tab.tab_new .tab_new_head .tab_new_nav{text-align: center;font-size: 0;}
.tab.tab_new .tab_new_head .tab_new_nav li{background-color: #f3f3f3;}
.tab.tab_new .tab_new_head .tab_new_nav li a{font-size: 14px;border:0;border-radius: 0;outline: none;padding: 7px 40px;}
.tab.tab_new .tab_new_head .tab_new_nav li.active{background-color: #e60012;}
.tab.tab_new .tab_new_head .tab_new_nav li.active a{color: #fff;}
.tab.tab_new .tab_new_body{border-top:0;margin:30px auto 0;}
.tab.tab_new .tab_new_body .tab-panel:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_img{width:700px;height:450px;float:left;overflow: hidden;position: relative;}
a.q_news_img_a{outline: none;display: block;position: relative;width:100%;height:100%;background-position: center center;background-size: cover;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.q_news_img:hover a.q_news_img_a{
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.q_news_img_h{width:100%;position: absolute;left:0;bottom:0;padding:10px;background-color: rgba(0,0,0,.7);}
.q_news_img_h a{outline: none;display: block;width:100%;font-size: 15px;color:#fff;text-align: center;line-height: 25px;height: 25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.q_news_txt{width:calc(100% - 730px);height:450px;float:right;overflow: hidden;}
.q_news_txt:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_news_txt_item{width:48.5%;float:left;margin:0 3% 0 0;height:79px;margin:0 3% 13px 0;border-bottom: 1px solid #ccc;padding:0 0 12px;}
.q_news_txt_item:nth-of-type(2n){margin:0 0 13px 0;}
.q_news_txt_item_h{width:100%;margin:0 auto;}
.q_news_txt_item_h a{outline: none;display: block; width:100%;margin:0 auto;font-size: 15px;color:#222;height:26px;line-height: 26px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.q_news_txt_item_date{width:100%;margin:0 auto;font-size: 12px;color:#888;height:20px;line-height: 20px;}
.q_news_txt_item_p{width:100%;margin:3px auto 0;font-size: 12px;color:#666;height:20px;line-height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

/* q_news end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;padding:0;color:#fff;}
.q_footer a{outline: none;color:#fff;}
.q_footer .main1200:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
/* q_footer_t */
.q_footer_t{width:100%;margin:0 auto;padding:65px 0 65px;background:#013c7e url(../images/q_footer_t.jpg) no-repeat bottom center;}
.q_footer_main{width:100%;margin:0 auto;padding:0;}
.q_footer_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_footer_t_l{width:45%;float:left;}
.q_footer_t_r{width:50%;float:right;}
.q_footer_div{width:100%;margin:0 auto 10px;}
.q_footer_div_h{width:100%;margin:0 auto;padding:0;font-size: 22px;line-height: 30px;font-weight: 500;}
.q_footer_div_h span{margin-left: 10px;text-transform: uppercase;font-weight: normal;font-family: Arial;}
.q_footer_div_main{width:100%;margin:10px auto 0;padding:0;}
.q_footer_div_p{width:100%;font-size: 13px;line-height: 20px;text-align: justify;}
.q_form{width:100%;margin:20px auto 0;padding:0;display: block;}
.q_form:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_form .form-group{width:100%;margin:0 0 10px 0;padding:0;}
.q_form .form-group:nth-of-type(1){width:49%;float:left;margin:0 2% 10px 0;}
.q_form .form-group:nth-of-type(2){width:49%;float:left;margin:0 0 10px 0;}
.q_form .form-group:nth-of-type(2):after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
.q_form .form-group .addon{background-color: #0d8bd7;color:#fff;border: solid 1px #0d8bd7;border-radius:0;}
.q_form .form-group textarea.input{width:100%;}
.q_form .form-group .input{background-color: #fff;font-size: 13px;border-radius:0;}
.q_form .form-group .input:focus{border: solid 1px #0d8bd7;}
.q_form .form-button{text-align: left;margin:0 auto;padding:0;}
.q_form .form-button .button{width:50%; padding:8px 65px;background-color: #0d8bd7;color:#fff;border: solid 1px #0d8bd7;border-radius:0;
	font-size: 16px;line-height: 25px;margin:0;letter-spacing: 1px;
}
.q_footer_tel .q_footer_div_main{margin:0 auto;}
.q_footer_div_tel{width:100%;font-size: 18px;line-height: 30px;font-weight: bold;}
.q_footer_ul li{float:left;width:19%;margin:0 1.25% 5px 0;}
.q_footer_ul li:nth-of-type(5n){margin:0 0 5px 0;}
.q_footer_ul li a{outline: none;display: block;width:100%;border:1px solid #0550a5;font-size: 12px;text-align: center;line-height: 20px;padding:5px 3px;}
.q_footer_ul li a:hover{color:#fff;background-color: #0550a5;}

/* q_footer_b */
.q_footer_b{width:100%;margin:0 auto;padding:15px 0;background-color: #00112c;}
.q_footer_b_r{width:15%;float:right;text-align: right;font-size: 0;}
.q_footer_b_l{width:80%;float:left;font-size: 0;}
.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 14px;color:#ddd;outline: none;}
.q_footer_b a:hover{color:#e60012;}
.q_footer_b span a{margin:0;}
/* q_footer end! */

@media(max-width: 1440px){
	.main1200{max-width:1000px;}
	.main1440{max-width:1200px;}
	/* top start! */
	.top{padding:10px 0;font-size: 13px;}
	/* top end! */
	/* q_header start! */
	.q_logo{width:300px;height:80px;float:left;padding:15px 0 0;}
	.q_logo h1 a{outline: none;display: block;width:100%;}
	/* q_tel */
	.q_tel{width:240px;height:80px;float:right;padding:10px 0 0;}
	.q_language{padding:0 0 0 40px;}
	.q_language>a{font-size: 16px;font-weight: normal;line-height: 20px;margin:0 24px 0 0;}
	.q_language>a:nth-of-type(1):after{height:13px;top:5px;left:calc(100% + 12px);}
	.q_tel_icon{width:30px;float:left;}
	.q_tel_p{width:calc(100% - 34px);height:26px;float: right;line-height: 26px;font-size: 18px;}
	/* q_nav */
	.q_nav{width:calc(100% - 580px);float:left;height:80px;}
	.q_nav>ul>li{float:left;margin:0  0 0 35px;}
	.q_nav>ul>li>a{height:80px;line-height: 80px;font-size: 16px;}
	.q_nav>ul>li>a:after{bottom:20px;height:2px;border-radius: 2px;}
	/* q_nav_son */
	.q_nav_son{width:200%;margin-left:-50%;top:calc(100% - 1px);padding:10px 0px 10px;}
	.q_nav_son li{padding:0 10px;line-height:36px;font-size:13px;}
	/* q_header end! */

	/* q_section start! */
	.q_section{padding:50px 0;}
	.q_section_title_cn span{font-size: 28px;height:35px;line-height: 35px;font-weight: bold;}
	.q_section_title_cn span:before{content: "";width:30px;height:3px;position: absolute;top:28px;left:-45px;}
	.q_section_title_cn span:after{content: "";width:30px;height:3px;position: absolute;top:28px;left:calc(100% + 15px);}
	.q_section_title_en{font-size: 12px;line-height: 20px;height:20px;letter-spacing: 0;}
	.q_section_main{margin:35px auto 0;}
	.q_section_more{margin:25px auto 0;}
	.q_section_more a{line-height: 35px;height:35px;font-size: 14px;padding:0 80px;}

	/* q_section end! */

	/* q_product start! */
	.q_product_item{width:19%;float:left;margin:0 1.25% 20px 0;}
	.q_product_item:nth-of-type(5n){margin:0 0 20px 0;}
	.q_product_item_txt{margin:15px auto 0;padding:0 5px;}
	.q_product_item_txt a{font-size: 15px;line-height: 30px;height:30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	/* q_product end! */
	/* q_buy start! */
	.q_buy{width:100%;margin:50px auto 0;padding:0;}
	.q_buy:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_buy_more{width:200px;height:40px;float:right;}
	.q_buy_more a{line-height: 40px;height:40px;font-size: 14px;padding:0 10px;}
	.q_buy_list{width:calc(100% - 230px);height:40px;float:left;}
	.q_buy_list>li{float:left;height:40px;}
	.q_buy_list>li>a{padding:0 5px;font-size: 13px;}
	.q_buy_list>li>a img{height:38px;}
	.q_buy_list>li:nth-of-type(1)>a{padding:3px 35px;}
	.q_buy_list>li:nth-of-type(1)>a span{line-height: 16px;height:16px;}

	/* q_buy end! */
	/* q_brand start! */
	.q_brand_main{margin:35px auto 0;}
	.q_brand_item{width:19%;float:left;margin:0 1.25% 20px 0;}
	.q_brand_item:nth-of-type(5n){margin:0 0 20px 0;}
	.q_brand_item_txt_in span{padding:10px 8px;font-size: 14px;}
	/* q_brand end! */

	/* q_strength start! */
	.q_strength_main{margin:35px auto 0;}
	.q_strength_item{width:24.4%;float:left;margin:0 0.8% 0 0;}
	.q_strength_item:nth-of-type(4n){margin:0 0 0 0;}
	.q_strength_item_txt{padding:15px 20px;}
	.q_strength_item_h a{font-size: 17px;height:30px;line-height: 30px;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.q_strength_item_txt ul{margin:10px auto 0;padding:0 0 0 35px;}
	.q_strength_item_txt ul li{font-size: 13px;line-height: 27px;}
	/* q_strength end! */

	/* q_field start! */
	.q_field{background:url('../images/q_field_bg.jpg') no-repeat top center;}
	.q_field_main{margin:35px auto 0;padding:0 5% 20px;}
	.swiper_field_mask{padding:10px 0;}
	.swiper_field_mask_in{padding:0 10px;font-size: 15px;line-height: 30px;}
	/* q_field end! */

	/* q_partner start! */
	.q_partner_item{width:19%;float:left;margin:0 1.25% 20px 0;}
	.q_partner_item:nth-of-type(5n){margin:0 0 20px 0;}
	.q_partner_item_txt_in span{padding:10px 8px;font-size: 14px;}


	/* q_partner end! */

	/* q_about start! */
	.q_about{background:#fafafa;padding:65px 0;}
	.q_about_txt_h{font-size: 23px;line-height: 30px;}
	.q_about_txt_h span{margin-left:0;font-size: 14px;}
	.q_about_txt_title{font-size: 28px;font-weight: 700;line-height: 35px;}
	.q_about_txt_title span{font-size: 13px;font-weight: 100;line-height: 20px;}
	.q_about_txt_line{margin:15px auto;height:1px;}
	.q_about_txt_p p{margin:10px auto;font-size: 15px;line-height:26px;}
	.q_about_txt_more{margin:25px auto 0;}
	.q_about_txt_more a{padding:10px 40px;font-size: 13px;line-height: 20px;border-radius: 4px;}
	.q_about_txt_more a span{margin-left: 10px;}
	/* q_about end! */

	/* q_news start! */
	.tab.tab_new .tab_new_head .tab_new_nav li a{padding: 7px 35px;}
	.tab.tab_new .tab_new_body{margin:30px auto 0;}
	.q_news_img{width:560px;height:360px;float:left;}

	.q_news_img_h{padding:10px;}
	.q_news_img_h a{font-size: 14px;line-height: 25px;height: 25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.q_news_txt{width:calc(100% - 600px);height:360px;float:right;}
	.q_news_txt_item{width:48.5%;float:left;height:65px;margin:0 3% 8px 0;padding:0 0 8px;}
	.q_news_txt_item:nth-of-type(2n){margin:0 0 8px 0;}
	.q_news_txt_item_h a{font-size: 16px;height:20px;line-height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.q_news_txt_item_date{font-size: 12px;height:20px;line-height: 20px;}
	.q_news_txt_item_p{margin:0 auto;font-size: 12px;height:20px;line-height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

	/* q_news end! */

	/* q_footer start! */
	/* q_footer_t */
	.q_footer_t{padding:55px 0 55px;background:#013c7e url(../images/q_footer_t.jpg) no-repeat bottom center;}
	.q_footer_t_l{width:45%;float:left;}
	.q_footer_t_r{width:50%;float:right;}
	.q_footer_div{margin:0 auto 10px;}
	.q_footer_div_h{font-size: 18px;line-height: 25px;font-weight: bold;}
	.q_footer_div_h span{margin-left: 10px;}
	.q_footer_div_main{margin:10px auto 0;}
	.q_footer_div_p{font-size: 12px;line-height: 20px;}
	.q_form{margin:20px auto 0;}
	.q_form .form-group{margin:0 0 10px 0;}
	.q_form .form-group:nth-of-type(1){width:49%;float:left;margin:0 2% 10px 0;}
	.q_form .form-group:nth-of-type(2){width:49%;float:left;margin:0 0 10px 0;}
	.q_form .form-group .input{font-size: 13px;}
	.q_form .form-button{text-align: left;}
	.q_form .form-button .button{width:50%; padding:8px 65px;font-size: 16px;line-height: 25px;letter-spacing: 0;}
	.q_footer_tel .q_footer_div_main{margin:0 auto;}
	.q_footer_div_tel{width:100%;font-size: 18px;line-height: 30px;font-weight: bold;}
	.q_footer_ul li{float:left;width:19%;margin:0 1.25% 5px 0;}
	.q_footer_ul li:nth-of-type(5n){margin:0 0 5px 0;}
	.q_footer_ul li a{font-size: 11px;line-height: 20px;padding:5px 2px;}

	/* q_footer_b */
	.q_footer_b{padding:15px 0;}
	.q_footer_b_r{width:15%;float:right;text-align: right;}
	.q_footer_b_l{width:80%;float:left;}
	.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;}
	/* q_footer end! */
}

@media(min-width: 640px){
	.sp_header,.sjj_nav{display: none;}
}

@media(max-width: 640px){


	.main1200{max-width:640px;}
	.main1440{max-width:640px;}
	/* top start! */
	.top{display: none}
	/* top end! */
	/* q_header start! */
	.q_header{display: none;}
	/* q_header end! */

	/* sp_header  start! */
	  .sp_header{height:60px;overflow:hidden;background:rgba(255,255,255,1);position:fixed;z-index:10;width:100%;display: block;top:0;}
	  .sp_header.sp_header_fixed{box-shadow: 0 0 2px #888;}
	  .sp_logo{padding:10px 0 0 10px;float:left;height:60px}
	  .sp_logo a{outline: none;display: block;height:40px;padding:0;}
	  .sp_logo img{margin:auto;max-height:40px;}
	  .sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:26px;margin-top:18px}
	  .sp_nav span{display:block;background:#e60012;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s;border-radius: 3px;}
	  .sp_nav span:nth-of-type(1){top:0px}
	  .sp_nav span:nth-of-type(2){top:10px}
	  .sp_nav span:nth-of-type(3){top:20px}
	  .sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
	  .sp_nav_se span:nth-of-type(2){width:0}
	  .sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
	  .sjj_nav{position:fixed;z-index:9;background:rgba(0,0,0,.7);width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;display: block;
	    overflow:auto;overflow-x:hidden;transition:top ease 0.35s;/*transition: all 0s;*/border-top:1px solid #000;
	  }
	  .nav_show{top:60px}
	  .sjj_nav ul{transition: all 0s;padding:30px 0 0;}
	  .sjj_nav ul li{transition: all 0s;}
	  .sjj_nav ul li a{outline: none;}
	  /*.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
	  .sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 80px)}
	  .sjj_nav>ul>li:first-child .language{float:right;width:80px;overflow:hidden;line-height:30px;margin-top:10px}
	  .sjj_nav>ul>li:first-child .language a{width:40px;float:left;border-left:1px #555 solid;text-align:center;color:#fff;outline: none;}*/
	  .sjj_nav ul li i{position:absolute;top:7px;right:0px;border-left:1px #555 solid;height:30px;padding:0px 7px 0 7px;}
	  .sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
	  .sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
	  .sjj_nav ul li{margin-left:0;position:relative;line-height:50px;font-size:16px;text-align: center;}
	  .sjj_nav ul li ul{display:none}
	  .sjj_nav ul li a{color:#fff;width:80%}
	  .sjj_nav ul li ul li a{color:#eee;display:block;text-align:left;}
	  .sjj_nav ul li i svg{width:20px;height:30px;fill:#fff;line-height: 40px;display: block;}
	  .sjj_nav ul li .sjj_nav_i_se svg{fill:#e60012}
	  .sjj_nav ul li ul li>ul{margin-left:10px}
	  .language {text-align: center;}
	  .language a{display: inline-block;margin:0 15px;line-height:50px;font-size:16px;color:#fff;position: relative;}
	  .language a:nth-of-type(1):after{content:'/';position: absolute;color:#fff;font-size: 15px;right:-15px;top:0;}
	/* sp_header  end! */
	.q_banner{padding:60px 0 0;}
	.q_banner .swiper_button_banner{display: none;}
	/* q_section start! */
	.q_section{padding:25px 0;}
	.q_section_title_cn span{font-size: 18px;height:25px;line-height: 25px;font-weight: bold;}
	.q_section_title_cn span:before{content: "";width:24px;height:3px;position: absolute;top:12px;left:-40px;}
	.q_section_title_cn span:after{content: "";width:24px;height:3px;position: absolute;top:12px;left:calc(100% + 12px);}
	.q_section_title_en{font-size: 12px;line-height: 20px;height:20px;letter-spacing: 0;}
	.q_section_main{margin:20px auto 0;padding:0 20px;}
	.q_section_more{margin:20px auto 0;}
	.q_section_more a{line-height: 30px;height:30px;font-size: 12px;padding:0 60px;}

	/* q_section end! */

	/* q_product start! */
	.q_product_item{width:49%;float:left;margin:0 2% 15px 0;}
	.q_product_item:nth-of-type(5n){margin:0 2% 15px 0;}
	.q_product_item:nth-of-type(2n){margin:0 0 15px 0;}
	div.q_product_item:last-child{display: none;}
	.q_product_item_txt{margin:10px auto 0;padding:0 5px;}
	.q_product_item_txt a{font-size: 13px;line-height: 25px;height:25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	/* q_product end! */
	/* q_buy start! */
	.q_buy{margin:0 auto;padding:0 20px;}
	.q_buy_more{width:200px;height:40px;float:none;margin:10px auto 30px;}
	.q_buy_more a{line-height: 40px;height:40px;font-size: 14px;padding:0 10px;}
	.q_buy_list{width:100%;height:auto;float:none;margin:0 auto 15px;padding:0 25px;}
	.q_buy_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}
	.q_buy_list>li{float:left;height:auto;width:48%;margin:0 4% 10px 0;border-left: 1px solid #ccc;}
	.q_buy_list>li:nth-of-type(2n){margin:0 0 10px 0;}
	.q_buy_list>li>a{padding:0 5px;font-size: 13px;}
	.q_buy_list>li>a img{height:auto;}
	.q_buy_list>li:nth-of-type(1)>a{padding:3px 35px;}
	.q_buy_list>li:nth-of-type(1)>a span{line-height: 20px;height:20px;}

	/* q_buy end! */
	/* q_brand start! */
	.q_brand_main{margin:25px auto 0;}
	.q_brand_item{width:49%;float:left;margin:0 2% 10px 0;}
	.q_brand_item:nth-of-type(5n){margin:0 2% 10px 0;}
	.q_brand_item:nth-of-type(2n){margin:0 0 10px 0;}
	div.q_brand_item:last-child{display: none;}
	.q_brand_item_txt_in span{padding:10px 8px;font-size: 12px;}
	/* q_brand end! */

	/* q_strength start! */
	.q_strength{background:none;background-color: #fafafa;}
	.q_strength .q_section_title_cn span{color:#222;}
	.q_strength .q_section_title_en {color:#555;}
	.q_strength_main{margin:25px auto 0;}
	.q_strength_item{width:100%;float:none;margin:0 auto 15px;}
	.q_strength_item:nth-of-type(4n){margin:0 auto;}
	.q_strength_item_txt{padding:15px 20px;}
	.q_strength_item_h a{font-size: 17px;height:30px;line-height: 30px;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color:#222;}
	.q_strength_item_txt ul{margin:10px auto 0;padding:0 0 0 35px;}
	.q_strength_item_txt ul li{font-size: 13px;line-height: 27px;color:#555;}
	/* q_strength end! */

	/* q_field start! */
	.q_field{background:url('../images/q_field_bg.jpg') no-repeat top center;}
	.q_field_main{margin:35px auto 0;padding:0 5% 20px;}
	.swiper_field_mask{padding:10px 0;}
	.swiper_field_mask_in{padding:0 10px;font-size: 15px;line-height: 30px;}
	/* q_field end! */

	/* q_partner start! */
	.q_partner_item{width:49%;float:left;margin:0 2% 10px 0;}
	.q_partner_item:nth-of-type(5n){margin:0 2% 10px 0;}
	.q_partner_item:nth-of-type(2n){margin:0 0 10px 0;}
	div.q_partner_item:last-child{display: none;}
	.q_partner_item_txt_in span{padding:10px 8px;font-size: 12px;}
	/* q_partner end! */

	/* q_about start! */
	.q_about{background:#fafafa;padding:15px 0 30px;}
	.q_about_img{width:100%;float:none;padding:0;}
	.q_about_txt{width:100%;float:none;margin:20px auto 0;padding: 0 10px;}
	.q_about_txt_h{font-size: 18px;line-height: 25px;text-align: center;}
	.q_about_txt_h span{margin-left: 6px;font-size: 13px;}
	.q_about_txt_title{font-size: 20px;font-weight: 700;line-height: 25px;text-align: center;}
	.q_about_txt_line{margin:12px auto;height:1px;}
	.q_about_txt_p p{margin:10px auto;font-size: 13px;line-height:1.7;}
	.q_about_txt_more{margin:25px auto 0;text-align: center;}
	.q_about_txt_more a{padding:10px 40px;font-size: 13px;line-height: 20px;border-radius: 4px;}
	.q_about_txt_more a span{margin-left: 10px;}
	/* q_about end! */

	/* q_news start! */
	.tab.tab_new .tab_new_head .tab_new_nav li a{padding: 7px 30px;}
	.tab.tab_new .tab_new_body{margin:25px auto 0;}
	.q_news_img{width:100%;height:240px;float:none;}
	.q_news_img_h{padding:10px 5px;}
	.q_news_img_h a{font-size: 13px;line-height: 25px;height: 25px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.q_news_txt{width:100%;height:auto;float:none;margin:20px auto 0;}
	.q_news_txt_item{width:100%;float:none;height:65px;margin:0 0 8px 0;padding:0 0 8px;}
	.q_news_txt_item:nth-of-type(2n){margin:0 0 8px 0;}
	.q_news_txt_item_h a{font-size: 16px;height:20px;line-height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.q_news_txt_item_date{font-size: 12px;height:20px;line-height: 20px;}
	.q_news_txt_item_p{margin:0 auto;font-size: 12px;height:20px;line-height: 20px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

	/* q_news end! */

	/* q_footer start! */
	/* q_footer_t */
	.q_footer_t{padding:30px 0 30px;background:#013c7e url(../images/q_footer_t_m.jpg) no-repeat top center;}
	.q_footer_t_l{width:100%;float:none;padding:0 35px;}
	.q_footer_t_r{width:100%;float:none;margin:20px auto 0;padding:0 35px;}
	.q_footer_div{margin:0 auto 10px;}
	.q_footer_div_h{font-size: 18px;line-height: 25px;font-weight: bold;text-align: center;}
	.q_footer_div_h span{margin-left: 10px;}
	.q_footer_div_main{margin:10px auto 0;}
	.q_footer_div_p{font-size: 12px;line-height: 20px;margin:5px auto 0;text-align: center;}
	.q_form{margin:20px auto 0;}
	.q_form .form-group{margin:0 auto 10px;}
	.q_form .form-group:nth-of-type(1){width:100%;float:left;margin:0 auto 10px;}
	.q_form .form-group:nth-of-type(2){width:100%;float:left;margin:0 auto 10px;}
	.q_form .form-group .input{font-size: 13px;}
	.q_form .form-button{text-align: left;}
	.q_form .form-button .button{width:100%; padding:8px 65px;font-size: 16px;line-height: 25px;letter-spacing: 0;}
	.q_footer_tel .q_footer_div_main{margin:0 auto;}
	.q_footer_div_tel{width:100%;font-size: 18px;line-height: 30px;font-weight: bold;text-align: center;margin:5px auto 0;}
	.q_footer_ul{margin:5px auto 0;}
	.q_footer_ul li{float:left;width:32%;margin:0 2% 5px 0;}
	.q_footer_ul li:nth-of-type(5n){margin:0 2% 5px 0;}
	.q_footer_ul li:nth-of-type(3n){margin:0 0 5px 0;}
	.q_footer_ul li a{font-size: 12px;line-height: 20px;padding:5px 2px;}

	/* q_footer_b */
	.q_footer_b{padding:25px 20px;text-align: center;}
	.q_footer_b_r{width:100%;float:none;text-align: center;}
	.q_footer_b_l{width:100%;float:none;}
	.q_footer_b span,.q_footer_b a{margin:0 2px;line-height: 20px;font-size: 12px;}
	/* q_footer end! */
}

/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
	.q_footer {margin-bottom: 60px;}
	.footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color: #eee;}
.footer_m_item {width:25%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:#555;font-size: 12px;}
/* m_footer end! */



/*  商桥位置 */
#newBridge .nb-icon-wrap.icon-right-center{right:auto!important;left:2%!important;}




/* page-index-all */

@keyframes fadeindown_little {
  0%   {opacity: 0;transform: translateY(-20px)}
  100% {opacity: 1;transform: translateY(0)}
}
.little:hover{animation-name: fadeindown_little;animation-duration: .5s;}

.page-index-all {width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0; z-index: 999999;display: none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.q_form_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_form_mask_in{width:400px;position: absolute;left:50%;margin-left:-200px;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.q_form_main{width:100%;margin:0 auto;background-color: #fff;border-radius: 4px;padding:45px 50px;position: relative;
	animation-name: fadeindown_little;animation-duration: .5s;
}
.q_form_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_form_close{width: 20px;height: 20px;line-height: 20px;text-align: center;position: absolute;top: 10px;right: 10px;color: #50506d;font-size: 22px;cursor: pointer;}
.q_form_close:hover{color:#e60012;}
.q_form_h{width:100%;margin:0 auto;color: #50506d;font-family: Helvetica Neue,Helvetica,sans-serif;text-align: center;}
.q_form_h_big{width:100%;margin:0 auto;font-size: 20px;font-weight: 700;line-height: 25px;}
.q_form_h_small{width:100%;margin:10px auto 0;font-size: 12px;line-height: 20px;}
.q_form_input{width:100%;margin:10px auto 0;position:relative;color:#50506d;border:1px solid #50506d;border-radius: 4px;padding:5px 5px;}
.q_form_input>i{display: block;width:30px;height:30px;line-height: 30px;font-size: 22px;float:left;}
.q_form_input>span{display: block;width:30px;float:right;}
.q_form_input>input{width:calc(100% - 60px);float:left;border:0;padding:0 10px;line-height: 30px;height:30px;font-size: 13px;color:#50506d;}
.q_form_button{width:100%;margin:20px auto 0;text-align: center;border-radius: 8px;font-size: 15px;line-height: 40px;padding:3px 0;cursor: pointer;
	background-color: #e60012;color:#fff;letter-spacing: 2px;
}
#q_alert{z-index: 9999999;}
#q_alert .q_form_h_big{font-size: 17px;text-align: left;}
#q_alert .q_form_h_small{font-size: 13px;text-align: left;}
#q_alert .q_form_button{width:auto;display: inline-block;float:right;line-height: 20px;padding:7px 30px;font-weight: 400;}

@media(max-width: 640px){
	.q_form_mask_in{width:300px;left:50%;margin-left:-150px;}
}